'Declaration Public Function New( _
ByVal processingCommandКоманда обработки.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetЦель.As System.Object, _
ByVal valueРезультирующее значение.As TValue, _
ByVal ParamArray innerResultsВнутренние результаты.() As Vintasoft.Imaging.Processing.ProcessingResult _
)
public CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo processingCommand,
System.Object target,
TValue value,
params Vintasoft.Imaging.Processing.ProcessingResult[] innerResults
)
public: CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* processingCommand,
System.Object target,
TValue* value,
params Vintasoft.Imaging.Processing.ProcessingResult*[]* innerResults
)
public:
CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ processingCommand,
System.Object target,
TValue^ value,
... array<Vintasoft.Imaging.Processing.ProcessingResult^>^ innerResults
)
Parameters
- processingCommand
- Команда обработки.
- target
- Цель.
- value
- Результирующее значение.
- innerResults
- Внутренние результаты.